docs: list items require blank lines
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Fri, 31 Jan 2014 16:11:23 +0000 (11:11 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Sat, 1 Feb 2014 10:35:43 +0000 (05:35 -0500)
gtk/deprecated/gtkrc.c
gtk/gtkcalendar.c
gtk/gtktextbuffer.c

index 5f21a94ef1b4fba786cb14eba016e912af58b780..97095f7d9d86659f75b7c42707d456c50d36ceb7 100644 (file)
  * that can be specified are (highest to lowest):
  *
  * - <literal>highest</literal>
+ *
  * - <literal>rc</literal>
+ *
  * - <literal>theme</literal>
+ *
  * - <literal>application</literal>
+ *
  * - <literal>gtk</literal>
+ *
  * - <literal>lowest</literal>
  *
  * <literal>rc</literal> is the default for styles
  *   applications that are affected by them.
  *   This reduces the overall amount of RC styles that have to be considered
  *   for a match across a group of applications.
-
+ *
  * 2.  Merge multiple styles which use the same matching rule, for instance:
  *   |[
  *      style "Foo" { foo_content }
  * modifiers can be:
  *
  * - <literal>&lt;alt&gt;</literal>
+ *
  * - <literal>&lt;ctl&gt;</literal>
+ *
  * - <literal>&lt;control&gt;</literal>
+ *
  * - <literal>&lt;meta&gt;</literal>
+ *
  * - <literal>&lt;hyper&gt;</literal>
+ *
  * - <literal>&lt;super&gt;</literal>
+ *
  * - <literal>&lt;mod1&gt;</literal>
+ *
  * - <literal>&lt;mod2&gt;</literal>
+ *
  * - <literal>&lt;mod3&gt;</literal>
+ *
  * - <literal>&lt;mod4&gt;</literal>
+ *
  * - <literal>&lt;mod5&gt;</literal>
+ *
  * - <literal>&lt;release&gt;</literal>
+ *
  * - <literal>&lt;shft&gt;</literal>
+ *
  * - <literal>&lt;shift&gt;</literal>
  *
  * <literal>&lt;shft&gt;</literal> is an alias for
index 1bc58bdd9a49694d9852a0228d5fd691a7f5432b..070ff28e78ad89bdfcda4c19c459daae7b3e741c 100644 (file)
  * The selected date can be retrieved from a #GtkCalendar using
  * gtk_calendar_get_date().
  *
- * Users should be aware that, although the Gregorian calendar is the legal
- * calendar in most countries, it was adopted progressively between 1582 and
- * 1929. Display before these dates is likely to be historically incorrect.
+ * Users should be aware that, although the Gregorian calendar is the
+ * legal calendar in most countries, it was adopted progressively
+ * between 1582 and 1929. Display before these dates is likely to be
+ * historically incorrect.
  */
 
 #include "config.h"
index a0cde545b2bdb8e95b6d365012b21ae447715a04..8ae90cc498c10a0cf8d21e984f81a475bfdf13ec 100644 (file)
@@ -2974,8 +2974,8 @@ gtk_text_buffer_get_start_iter (GtkTextBuffer *buffer,
  *
  * Initializes @iter with the "end iterator," one past the last valid
  * character in the text buffer. If dereferenced with
- * gtk_text_iter_get_char(), the end iterator has a character value of
- * 0. The entire buffer lies in the range from the first position in
+ * gtk_text_iter_get_char(), the end iterator has a character value of 0.
+ * The entire buffer lies in the range from the first position in
  * the buffer (call gtk_text_buffer_get_start_iter() to get
  * character position 0) to the end iterator.
  **/